home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / utils1 / fdupl101.arj / FDUPLINS.DOC next >
Text File  |  1994-09-15  |  2KB  |  61 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                FDUPLINS v1.01
  7.       DOS utility: eliminates non-unique lines from a SORTED text file
  8.                   Freeware, copyright (c) 1994 [94/09/15]
  9.                                      by
  10.                            David Daniel Anderson
  11.                                  Reign Ware
  12.  
  13.                ** READ REIGNWAR.TXT FOR LEGAL MUMBO JUMBO **
  14.  
  15.  
  16.  
  17.  
  18. FDUPLINS eliminates non-unique lines from a SORTED text file.  Only one
  19. instance of each line is retained.
  20.  
  21. Usage: FDUPLINS infile outfile [/c[y|n]] [/d#]
  22.  
  23. Where: infile = the OLD file - the file MUST exist.  Must also be sorted.
  24.       outfile = the NEW file - the file MUST NOT exist.
  25.           /cn = ignore case (default - unless /c or /cy specified)
  26.       /c, /cy = case sensitive (ie. "ZIP" does not equal "Zip")
  27.           /d# = number of characters at beginning of lines to disregard
  28.                 (/d5 will disregard the first 5 characters of each line)
  29.  
  30. Required parameters: infile and outfile.  Wildcards are NOT allowed.
  31.  
  32. Optional parameters: [/c[y|n]] [/d#]
  33.  
  34.   If /c, /cy, or /cn is not specified, default is to ignore case
  35.   (equivalent to specifying /cn).
  36.  
  37.   If /d# is not specified, no leading characters are disregarded
  38.   in the line by line comparison.
  39.  
  40. Note: The purpose of the [/d#] parameter is to allow for using FDUPLINS
  41.   to remove the duplicate lines from an UNsorted file.  To do this, you
  42.   must first number each of the lines, then SORT the file, run FDUPLINS,
  43.   UNsort the file, and, finally, remove the line numbers.
  44.  
  45.   See the included batch file (FDUPSAMP.BAT) for an example.
  46.  
  47.  
  48.                ** READ REIGNWAR.TXT FOR LEGAL MUMBO JUMBO **
  49.  
  50. {------------------------------------------------------------------------------
  51.  
  52.                                 REVISION HISTORY
  53.  
  54. v1.00  : 1993/07/14.  First public release.  DDA
  55. v1.01  : 1994/09/15.  Improved efficiency, speed, documentation, help screen
  56.                         and error handling.  Included a batch file for using
  57.                         FDUPLINES with unsorted files.  DDA
  58.  
  59. ------------------------------------------------------------------------------}
  60.  
  61.